GrapeCity.CalcEngine アセンブリ > GrapeCity.CalcEngine 名前空間 > SparseArray<T> クラス : Swap メソッド |
'Declaration
Public Shared Sub Swap( _ ByVal source As SparseArray(Of T), _ ByVal sourceIndex As Integer, _ ByVal target As SparseArray(Of T), _ ByVal targetIndex As Integer, _ ByVal length As Integer _ )
public static void Swap( SparseArray<T> source, int sourceIndex, SparseArray<T> target, int targetIndex, int length )